IIF error
Hello,
I have the following memo:
[IIF( <frxMydataSet."conversionNo"> =1, [SUM( <frxMydataSet."RemainingNumber">*<frxMydataSet."Price">
,MasterData1) ] ,[SUM( <frxMydataSet."RemainingNumber">*<frxMydataSet."Price">/100
,MasterData1) ])]
... and it gives the error: Could not convert the variant of type (array variant) into type (OleStr).
Thank you in advance
I have the following memo:
[IIF( <frxMydataSet."conversionNo"> =1, [SUM( <frxMydataSet."RemainingNumber">*<frxMydataSet."Price">
,MasterData1) ] ,[SUM( <frxMydataSet."RemainingNumber">*<frxMydataSet."Price">/100
,MasterData1) ])]
... and it gives the error: Could not convert the variant of type (array variant) into type (OleStr).
Thank you in advance
Comments
Thank you very much! It works!